Merged
Conversation
- 날짜 및 섹션 헤더 컴포넌트 추가 - 멤버 상세 카드 및 지출 행 디자인 개선 - 사용하지 않는 컴포넌트 제거
- 시스템 네비게이션 바 제거 및 커스텀 헤더 구현 - 스크롤 영역 및 패딩 조정
- 기존 버튼 스타일에서 텍스트 버튼으로 변경 및 하단 배치 - 정산 상세 모달 호출 시 불필요한 NavigationView 래핑 제거
Roy-wonji
approved these changes
Dec 12, 2025
| return .primary500 | ||
| } else if detail.netBalance < 0 { | ||
| return .red | ||
| return Color.error |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 관련 이슈
✨ 작업 내용
DateHeaderRow,SectionHeaderRow)ExpenseRow) 디자인 고도화NavigationView중복 래핑 제거foregroundStyle제거 및 원본 색상 사용)📸 Showcase
📝 참고 사항
SettlementResultView에서.sheet로 띄워집니다.ExpenseBreakdownSection컴포넌트는 더 이상 사용하지 않아 제거되었습니다.Motivation 🥳 (코드를 추가/변경하게 된 이유)
Key Changes 🔥 (주요 구현/변경 사항)
SettlementDetailView:NavigationView의존성을 제거하고 커스텀 헤더와 핸들바(Capsule)를 적용했습니다.profile.pdf를 제거하고 벡터 기반의profile.svg를 추가하여 리소스 효율성을 높였습니다.MemberDetailCard내의 잔액 표시 색상을 디자인 시스템 토큰(Color.error,Color.primary500)에 맞게 수정했습니다.To Reviewers 🙏 (리뷰어에게 전달하고 싶은 말)
Reference 🔗
Close Issues 🔒 (닫을 Issue)
Close #No.
Checklist